home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / timing2.zip / READ.ME < prev    next >
Text File  |  1989-04-11  |  785b  |  23 lines

  1. Timing routines for QuickBASIC 4.x.
  2.  
  3. The archive TIMING.ZIP contains:
  4.  
  5.         -TIMERS.DOC - documentation on the timing SubPrograms DELAY &
  6.                       BGDELAY.
  7.  
  8.         -READ.ME - this file
  9.  
  10.         -TIMERS.BAS - the source for the SubPrograms DELAY & BGDELAY
  11.         -TIMERS.OBJ - the output from  BC TIMERS/FPA;
  12.         -TIMERS.QLB - the QuickLibrarys (includes INTERRUPT & INTERRUPTX,
  13.                       as well as TIMERS.OBJ)
  14.  
  15.         -QB.BI      - an INCLUDE file, provided by Microsoft
  16.         -TICKS.DEF  - an INCLUDE file used by TIMERS.BAS
  17.         -FNCTICKS.DEF - an INCLUDE file used by TIMERS.BAS
  18.  
  19.  
  20.         -TIMETEST.BAS - the source for a demo of DELAY & BGDELAY
  21.  
  22. To demo for yourself, type:  QB TIMETEST/LTIMERS, then <SH-F5> to run.
  23.